
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,300;1,300&display=swap');


.font{font-family: 'Nunito', sans-serif;}



* {
   margin: 0;
   padding: 0;
   box-sizing: border-box;
}


body {
    font-size: 16px;
    font-family: 'Nunito', sans-serif;
    font-weight: 400;
    background-color: #f8c5c5;
}



.container {
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
    
}


.backgr {
    background-color: #fad3d3;
    padding: 20px;
    border-radius: 10px 10px 50px 10px;
}

.logo {
    max-width: 120px;
    max-height: 120px;
    position: relative;
    margin: 10px;
    top: 10px;
    left: 47%;

}

.contacts {
    width: 70%;
    height: 120px;
    float: left;

    text-align: right;
    font-size: 40px;
    line-height: 120px;
    font-weight: 700;
}

.menu {
    width: 100%;
    height: 140px;
    background: rgb(136,0,0);
    background: linear-gradient(162deg, rgba(136,0,0,1) 0%, rgba(255,125,125,1) 100%);
}

.menu-link {
    color: white;
    text-decoration: none;
    font-size: 20px;
    line-height: 50px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 10px 10px 10px 10px;
    display: inline-block;
    transition: 0.5s;
}

.menu-link:hover {
    background-color: #ff8d8d9c;
}

.fixed {
	position: fixed;
	z-index: 1;
	bottom: 50px;
	right: 50px;
    width: 50px;
	height: 50px;

}


.backgr {
    background-color: #fad3d3;
    padding: 20px;
    border-radius: 10px 10px 50px 10px;
}




.w-33 {
    float: left;
    width: 33.33333%;
    position: relative;
    padding: 20px;
    
}

.w-50 {
    float: left;
    width: 50%;
    position: relative;
    padding: 20px;
}

.w-100 {
    float: left;
    width: 100%;
    position: relative;
    padding: 20px;
    margin-left: auto;
    margin-right: auto;
}


.title {
    text-align: center;
}





.bg {
    position: relative;
    width: 100%;
    height: 400px;
    /* background-image: url(../img/1.jpeg); */
    background-size: 400px;
    background-position: center;
    transition: 1s;
    border-radius: 10px 10px 50px 10px;
}

.bg:hover {
    background-size: 500px;
}

.bg .title {
    position: relative;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 400px;
    background: linear-gradient(170deg, rgba(0, 0, 0, 0) 0%, rgba(111, 7, 7, 0.697) 100%);
    opacity: 0;
    transition: 1s;
    border-radius: 10px 10px 50px 10px;
}

.bg .title span {
    display: block;
    width: 100%;
    height: 40px;
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: center;
    line-height: 40px;
    color: white;
    font-size: 20px;
}

.bg:hover .title {
    opacity: 1;
}


.kvadrat {
    float: left;
    width: 100%;
    position: relative;
    height: auto;
    border-radius: 10px 10px 50px 10px;
}


	



a {
    text-decoration: none;
    color: rgba(66, 0, 0, 0.819);
}




.logoweb {
    position: relative;
    width: 130px;
    padding: 5px;
    margin-left: auto;
    margin-right: auto;
}



.sovet {
    color: #ff8d8d9c;
}

h1 {
    font-weight: bold;
}

h2 {
    font-weight: bold;
}

h3 {
    font-weight: bold;
}

h4 {
    font-weight: normal;
}

















